testing.filterMatch.verify (method)

4 uses

	testing (current package)
		match.go#L37: 	verify(name string, matchString func(pat, str string) (bool, error)) error
		match.go#L61: 		if err := filter.verify(name, matchString); err != nil {
		match.go#L70: 		if err := skip.verify("-test.skip", matchString); err != nil {
		match.go#L161: 		if err := m.verify(name, matchString); err != nil {